DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.DataConnector.AdoNet Namespace / C1DataAdapterBase<TCommandImpl> Class / SelectCommand Property

In This Topic
    SelectCommand Property (C1DataAdapterBase<TCommandImpl>)
    In This Topic
    Gets or sets an SQL statement to retrieve records from the data source.
    Syntax
    'Declaration
     
    Public Shadows Property SelectCommand As TCommandImpl
    public new TCommandImpl SelectCommand {get; set;}
    See Also